home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Newton Sample Code 1.2 / Routing / SendCard-2 / README.SendCard < prev    next >
Encoding:
Text File  |  1994-02-28  |  995 b   |  27 lines  |  [TEXT/R*ch]

  1. SendCards, by Maurice Sharp
  2.  
  3. Copyright (c) 1993-1994 Apple Computer, Inc.  All rights reserved.
  4.  
  5. This little sample will beam up to 3 cards from the cardfile. It tricks the
  6. outbox into sending to the cardfile by changing the appSymbol slot of
  7. the fields frame in its setupRoutingSlip method.
  8.  
  9. There are really 3 things you should get from this sample.
  10.  
  11. 1. You can send data to any arbitrary application as long as you
  12.    know the app symbol of that other app.
  13.    
  14.    WARNING: the other app will need to deal with the data in
  15.             its PutAway script.
  16.             
  17. 2. You can break a beam/etc. up into smaller pieces if you need to.
  18.    This is useful if you thing your data will be too big to send
  19.    in one chunk.
  20.    
  21. 3. You can put any arbitrary slot into the fields
  22.    frame and it will be sent across in the beam. That means you can
  23.    use sequence numbers and other things to make sure your beams
  24.    get accross (though you can not initiate a resend from the
  25.    receiving Newton).
  26.    
  27.